home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Shareware / Auslogics BoostSpeed 4.2.7.172 / boost-speed-setup.exe / {app} / OneButtonCheckup.exe / 0 / RCDATA / TFRMSCANNING / TFRMSCANNING.txt
Text File  |  2008-10-30  |  3KB  |  116 lines

  1. object frmScanning: TfrmScanning
  2.   Left = 299
  3.   Top = 235
  4.   Width = 708
  5.   Height = 469
  6.   Caption = 'frmScanning'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -13
  11.   Font.Name = 'Arial'
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   Scaled = False
  15.   OnCreate = FormCreate
  16.   OnDestroy = FormDestroy
  17.   OnHide = FormHide
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 16
  21.   object pnMain: TPanel
  22.     Left = 0
  23.     Top = 0
  24.     Width = 700
  25.     Height = 437
  26.     Align = alClient
  27.     BevelOuter = bvNone
  28.     Caption = 'pnMain'
  29.     TabOrder = 0
  30.     object pnBackGround: TAxBackgroundPanel
  31.       Left = 0
  32.       Top = 0
  33.       Width = 700
  34.       Height = 437
  35.       Color = clWhite
  36.       Align = alClient
  37.       ParentColor = False
  38.       TabOrder = 0
  39.       DesignSize = (
  40.         700
  41.         437)
  42.       object lblTitle: TAxSmoothLabel
  43.         Left = 40
  44.         Top = 24
  45.         Width = 473
  46.         Height = 25
  47.         Quality = smMMXSmoothing4x
  48.         AutoSize = False
  49.         Caption = 'Step 1. Performing system checkup'
  50.         Font.Charset = DEFAULT_CHARSET
  51.         Font.Color = 10040064
  52.         Font.Height = -16
  53.         Font.Name = 'Verdana'
  54.         Font.Style = []
  55.         ParentFont = False
  56.       end
  57.       object lblSubTitle: TLabel
  58.         Left = 40
  59.         Top = 64
  60.         Width = 620
  61.         Height = 49
  62.         Anchors = [akLeft, akTop, akRight]
  63.         AutoSize = False
  64.         Caption = 
  65.           'Please wait while the program is checking your system for proble' +
  66.           'ms. You can stop the process if you wish by clicking the Stop bu' +
  67.           'tton below.'
  68.         WordWrap = True
  69.       end
  70.       object Shape1: TShape
  71.         Left = 40
  72.         Top = 119
  73.         Width = 620
  74.         Height = 1
  75.         Anchors = [akLeft, akTop, akRight]
  76.         Pen.Color = 7036718
  77.       end
  78.       object lvScan: TListView
  79.         Left = 40
  80.         Top = 120
  81.         Width = 620
  82.         Height = 313
  83.         Anchors = [akLeft, akTop, akRight, akBottom]
  84.         BorderStyle = bsNone
  85.         Columns = <
  86.           item
  87.             Caption = 'Check up sections'
  88.             Width = 580
  89.           end>
  90.         ColumnClick = False
  91.         ReadOnly = True
  92.         RowSelect = True
  93.         SmallImages = ilFake
  94.         TabOrder = 0
  95.         ViewStyle = vsReport
  96.         OnAdvancedCustomDrawItem = lvScanAdvancedCustomDrawItem
  97.         OnMouseDown = lvScanMouseDown
  98.         OnMouseMove = lvScanMouseMove
  99.         OnMouseUp = lvScanMouseUp
  100.       end
  101.     end
  102.   end
  103.   object ilFake: TImageList
  104.     Height = 51
  105.     Left = 600
  106.     Top = 16
  107.   end
  108.   object tmRefresh: TTimer
  109.     Enabled = False
  110.     Interval = 100
  111.     OnTimer = tmRefreshTimer
  112.     Left = 568
  113.     Top = 16
  114.   end
  115. end
  116.